CaptureSnapshotResponse

data class CaptureSnapshotResponse(data: String)

Represents response frame that is returned from Page#captureSnapshot operation call. Returns a snapshot of the page as a string. For MHTML format, the serialization includes iframes, shadow DOM, external resources, and element-inline styles.

See also

Constructors

CaptureSnapshotResponse
Link copied to clipboard
fun CaptureSnapshotResponse(data: String)

Properties

data
Link copied to clipboard
val data: String
Serialized page data.

Sources

jvm source
Link copied to clipboard